home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / ui_file.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-25  |  906 b   |  38 lines

  1. /*****************************************************************************
  2.   FILE           : ui_file.h
  3.   SHORTNAME      : file.h
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : Header file of correspondent '.c' file
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Tilman Sommer
  10.   DATE           : 22.5.1990
  11.  
  12.   CHANGED BY     :
  13.   IDENTIFICATION : @(#)ui_file.h    1.10 3/2/94
  14.   SCCS VERSION   : 1.10
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.              
  19. ******************************************************************************/
  20.  
  21.  
  22. #ifndef _UI_FILE_DEFINED_
  23. #define _UI_FILE_DEFINED_
  24.  
  25. extern void ui_xCreateFilePanel (Widget);
  26.  
  27. extern Widget    ui_filePanel;
  28.  
  29.     /* strings storing the data of all input fields */
  30. extern Bool      ui_fileIsCreated; /* file panel created yes or no */
  31.  
  32.  
  33. #endif /* _UI_FILE_DEFINED_ */
  34.  
  35. /* end of file */
  36. /* lines: 35 */
  37.  
  38.